Skip to main content

objectSelectionEnded

Type

message

Summary

Sent when, in edit mode, the user completes a drag action used to select controls.

Syntax

objectSelectionEnded

Description

Handle the objectSelectionEnded message if you want to do something when the user completes a drag action used to select controls.

The objectSelectionEnded message is sent to the current card when, in edit mode, the user stops dragging over controls.

note

The objectSelectionEnded message is only available in the IDE.

Examples

on objectSelectionEnded
put "Stopped selecting" && the time
end objectSelectionEnded

message: objectSelectionStarted

Compatibility and Support

Introduced

LiveCode 6.0

OS

mac

windows

linux

Platforms

desktop

Thank you for your feedback!

Was this page helpful?